CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小 二乘法曲线 拟合

搜索资源列表

  1. minnh

    0下载:
  2. 最小二乘法多次曲线拟合.exe-Using least squares algorithm on Multi-times curve fitting.exe
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:24404
    • 提供者:xuri
  1. 最小二乘法在曲线拟合中的实现

    0下载:
  2. the minimun square elimination in curve fitting,introduction how to orgnize the data and has the program flow chat
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:102388
    • 提供者:landsky
  1. 20060401

    0下载:
  2. 二阶曲线拟合,最小二乘法,此程序是在c++ builder6.0环境下开发的-second curve fitting, least squares method, this procedure is in c builder6.0 development of the environment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:382648
    • 提供者:zsq
  1. cal_line

    0下载:
  2. 可以用来拟合任意阶的曲线,属于非加权最小二乘法-can be used to fit the curve of arbitrary order, belonging to the non-weighted least squares method
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:973
    • 提供者:潘小从
  1. curvefit_C_edition

    1下载:
  2. c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。-c language version of the polynomial curve fitting. Using least-squares met
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1047
    • 提供者:welldo
  1. HPIR1

    1下载:
  2. 最小二乘法拟合曲线的算法-Algorithm gor least square fit curve.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1107
    • 提供者:铁旭
  1. 2x

    0下载:
  2. 利用最小二乘法进行曲线的拟合,这是用多项式拟合曲线的源码!-using the least-squares method of curve fitting, which is the polynomial curve fitting source!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:gsx
  1. Correlation1

    0下载:
  2. //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y--- 结点y轴数据(已知条件) // double
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1073
    • 提供者:石林
  1. Correlation2

    0下载:
  2. //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------拟合多项式的项数(已知条件) // double *b---拟合曲线的系数,按升次排列(已知条件) // double *x---结点x轴数据(已知条件) // double *y---结点y轴数据(已知条件) // double *Yg--结点估计值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1114
    • 提供者:石林
  1. LanePursue

    0下载:
  2. 利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3940
    • 提供者:double_l
  1. zxecfym

    0下载:
  2. 最小二乘法的例程,可以对数据进行线性拟合.由于源码较短只能进行直线拟合,曲线拟合的源码我稍后上传.-least squares method of programming, with the linear data fitting. As the only source for a shorter fitted to a straight line Curve fitting, I later upload source.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:960
    • 提供者:刘馨泽
  1. MATLABguiApplication

    2下载:
  2. 这个程序的核心是用最小二乘法进行曲线拟合。我把它做成一个简单的GUI界面。顺带附上使用说明。-this procedure is the core of the least-squares method of curve fitting. I made it a simple GUI interface. Incidentally attached use.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:98875
    • 提供者:Loretta Wu
  1. curve_drawup

    0下载:
  2. 用最小二乘法来解决曲线拟合问题。程序具有可扩展性,即拟合点与多项式拟合曲线(的次数)都作为程序的输入。-using the method of least squares curve fitting to solve the problem. Procedures can be expanded, that is fitting point polynomial curve fitting with the (number of) procedures are as input.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1028
    • 提供者:叶枫
  1. levmar

    1下载:
  2. matlab语言实现非线性最小二乘法的曲线拟合LM算法-Matlab language nonlinear least-squares method of curve fitting algorithm LM
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1494
    • 提供者:huyong
  1. LeastSquarFit

    1下载:
  2. 用最小二乘法拟合曲线y=a0+a1*x+a2*x^2+a3*x^3+...+an*x^n 的vc源码-using the method of least squares fitting curve y = a0 a1 a2 * x * x * a3 ^ 2 x ^ 3 ... an * x ^ n vc FO
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1835
    • 提供者:wawyace
  1. Curves

    0下载:
  2. 曲线拟合程序,用最小二乘法实现,供大家参看
  3. 所属分类:图形图象

    • 发布日期:2014-01-17
    • 文件大小:959
    • 提供者:victor1302
  1. chazhinihe

    0下载:
  2. 插值法与曲线拟合. 详细地讲述了插值法与曲线拟合的理论,尤其是最小二乘法,对于初学者很有帮助。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:240364
    • 提供者:左贤君
  1. Zuixiaoerchengqiuquxiannihe

    1下载:
  2. 首先介绍多元线性回归公式(即最小二乘法计算公式),然后进行VB编程,实现多次曲线拟合算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2420
    • 提供者:Tranlynn
  1. smooth

    0下载:
  2. 最小二乘法拟合曲线,在TC2.0中编译通过-least squares fitting, in which compile WITH TC 2.0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1695
    • 提供者:王国栋
  1. 最小二乘法拟合曲线

    0下载:
  2. VB 二次项 代码
  3. 所属分类:源码下载

« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com